When the reference count reaches zero, the objects within the scope are released. 当引用计数为0时,作用域内的对象将被释放。
If an object's reference count is zero, it is garbage ( unreachable from the user program) and can be recycled. 如果对象的引用计数是零,那么它就是垃圾(用户程序不可到达它),并可以回收。
Each localized reference to it simply increases or decreases the count as appropriate. 每次对其局部的引用,都将导致计数的适当增加或减少。
Each object has an associated reference count& the number of active references to that object. 每一个对象都有一个关联的引用计数――对该对象的活跃引用的数量。
In2.6, the module need not do this step of increasing/ decreasing the reference count. Instead, this is now done outside of module code. 在2.6中,模块不再需要对引用计数进行加或减,这些工作将在模块代码外部进行。
Twitter search results are returned in a hash reference with a page count and other fields besides the search results themselves. Twitter搜索结果以一个散列引用的方式返回,除搜索结果本身外,还包含一个页面计数和其他字段。
Each area of scoped memory has a reference count; when a thread enters an area of scoped memory, the reference count is incremented, and when it leaves, the reference count is decremented. 作用域内存的每个区域都有一个引用计数;一个线程进入scoped内存的一个区域时,该引用计数将递增,当该线程离开时,引用计数则递减。
By maintaining a correct reference count for existing legacy files, the installer can determine whether to delete legacy files when it uninstalls the application. 通过为现有旧式文件维护正确的引用数,安装程序可在卸载应用程序时确定是否删除旧式文件。
When the timer is fired, the reference count on the structure is incremented, because the last thing you want is for the data structure to be freed before the timer expires. 当定时器被开启的时候,叁考计数在结构上被增加,最后一件事,在定时器期满之前,你需要释放这个数据结构。
Options together to install an assembly and add a reference to count it. 选项可以安装程序集并添加引用对其进行计数。
Relationship between normal reference value of red blood cell count of old women and geographical factors based on NN; 目的观察复方虫草精华的耐缺氧作用及其对大鼠红细胞数、血红蛋白含量等的影响。
Relationship between geographical distribution and normal reference value of infant boys'red blood cell count 男性婴儿红细胞计数参考值与地理因素的关系
Objective This paper aims at supplying a scientific basis for unifying the normal reference value standard of red blood cell count of Chinese young girls. 目的为制定中国女性幼儿红细胞计数正常参考值的统一标准提供科学依据。
Thompson's projection used a day-by-day count to cross-reference the Mayan to the European calendar rather than a count of years. 汤普森的设想是作用逐天计算去勾划&涉及了玛雅到欧洲的历法,而不是年的计算。
This may cause the reference count for the object previously bound to the name to reach zero, causing the object to be deallocated and its destructor ( if it has one) to be called. 这可能导致早先约束到该名字的对象的引用计数降为零,导致释放该对象的分配空间并调用其析构器,如果它有一个的话。
Correlation Analysis on Geographic Factors and the Normal Reference Value of Red Blood Cell Count of Middleaged Women 中年女性红细胞计数正常参考值与地理因素的相关分析
To implement reference counting, you simply need two functions& one to increase the reference count, and one to decrease the reference count and free the memory when the count drops to zero. 要实现引用计数,您只需要两个函数&一个增加引用计数,一个减少引用计数并当计数减少到零时释放内存。
Row reference count not equal to zero-flat file metadata not reset. 行引用计数不等于零&平面文件元数据没有重置。
Increments an object's reference count. 增加对象的引用计数。
When a procedure is passed a pointer to a data structure, it adds to the reference count. 当向一个程序传递一个指向某个数据结构指针时,该程序会将引用计数增加1。
Because of that, it is common for a lookup routine to increase the reference count on the matching element, and let the caller release it when necessary. 所以,一个查询常式在相配要素上增加叁考计数,而且让访客释放它通常是必需的。
Then, when your procedure is finished using it, it decreases the reference count. 然后,当您的进程完成对它的使用后,该程序就会将引用计数减少1。
The Geographical Distribution of the Normal Reference Value of Red Blood Cell Count of Toddler Girls 幼儿前期女性红细胞计数正常参考值的地理分布规律
Indirect Reference Method on the Problem of Circular Reference Count 以间接引用方法解决循环引用问题
Objective To investigate a reference method for platelet ( PLT) count. 目的探讨血小板(PLT)计数的参考方法。
To remedy the shortcomings in the existing methods for the problem of circular reference count in COM object this study presents an indirect reference method. 对于在可重用软件组件设计中的COM对象循环引用问题,当前的各种解决方法都存在不足之处。
The Implement of an Adapting Reference Count Smart Pointer 一种自适应的引用计数智能指针的实现
Reference system for completed blood count 我国血细胞分析参考系统的建立
The reference value of blood cell count from venous blood for flight cadet candidates 应招青年静脉血细胞参考值探讨
It provides mechanism of abstraction, encapsulation, constructors and destructors, and uses reference count to automate the management of objects. It provides uniform interfaces for method calling and message transferring. 该对象系统提供抽象、封装、构造函数、析构函数等机制,通过引用计数来实现对象的自动化管理,并提供统一的方法调用、事件传递接口。